| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | /** |
||
| 29 | constructor() { |
||
| 30 | window.Popper = Popper.default; |
||
| 31 | window.$ = window.jQuery = $; |
||
| 32 | |||
| 33 | $('[data-toggle="dropdown"]').dropdown(); |
||
| 34 | $('[data-toggle="popover"]').popover(); |
||
| 35 | $('[data-toggle="tooltip"]').tooltip(); |
||
| 36 | |||
| 37 | $('.nicescroll').niceScroll({ |
||
| 38 | cursorcolor: "#000", |
||
| 39 | cursoropacitymax: 0.5, |
||
| 40 | cursorwidth: "3px" |
||
| 41 | }); |
||
| 42 | } |
||
| 43 | } |